home *** CD-ROM | disk | FTP | other *** search
/ Delphi Magazine Collection 2001 / Delphi Magazine Collection 20001 (2001).iso / DISKS / Issue33 / system / MouseFix / UMouseDemo.dfm / UMouseDemo.txt
Encoding:
Text File  |  1998-03-12  |  440 b   |  25 lines

  1. object Form1: TForm1
  2.   Left = 266
  3.   Top = 131
  4.   Width = 340
  5.   Height = 226
  6.   Caption = 'Form1'
  7.   Color = clSilver
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   OnCreate = FormCreate
  14.   PixelsPerInch = 96
  15.   TextHeight = 13
  16.   object Panel1: TPanel
  17.     Left = 22
  18.     Top = 20
  19.     Width = 185
  20.     Height = 485
  21.     Caption = 'Panel1'
  22.     TabOrder = 0
  23.   end
  24. end
  25.